Follow the steps indicated here https://quarto.org/docs/websites/
More themes https://quarto.org/docs/output-formats/html-themes.html
Add your folder to the public html in Georgetown domain and call it within the domain. (watch the lecture recording for more details - also Lab Q4)
First follow above step 1 to open a Quarto Website. https://quarto.org/docs/websites/
Add these tabs as shown in class. (you have to create a
.qmd file for each page)
Q1: https://zy236.georgetown.domains/Lab_qmd_website/_site/index.html
let’s insert a new qmd file named as “dv.qmd” (go to
Files -> New Files->
Quarto Document) an add the following Data Vizes to that
page. Make the title as “Data Vizes in TS”.
However please remember to take it down at the end of the semester if you don’t need that page on your website.
quantmod package to get stock prices from yahoo finance https://finance.yahoo.com/lookup/)climate.csv) using plotly. https://plotly.com/r/## Warning: Ignoring 1335 observations
echo=FALSE in your R code chunck)See this in website
See this in website
So now you will only have the plots and the interpretation in the webpage. You can add titles or can be creative about the page as you want.